Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632543 Views

Latest files of /cody/solygambas/html-css-javascript-projects/095-headphones product page

style.css cody/solygambas/html-css-javascript-projects/095-headphones product page/style.css
129 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&display=swap");

:root {
--primary-color: #333;
--secondary-color: #444;
--ternary-color: #555;
--light-color: #ccc;
--light-secondary-color: #ddd;
index.html cody/solygambas/html-css-javascript-projects/095-headphones product page/index.html
330 Views
0 Comments
<!-- Based on Product Landing Page by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=61R5kn_kYwY -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />